home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Collector 8 - Disc 3
/
COLLECT8 (Track 1).bin
/
data
/
install
/
wing
/
samples
/
cube
/
cube.hpp
< prev
next >
Wrap
Text File
|
1994-08-24
|
990b
|
27 lines
/**************************************************************************
CUBE.HPP - A spinning cube demo for WinG
**************************************************************************/
/**************************************************************************
(C) Copyright 1994 Microsoft Corp. All rights reserved.
You have a royalty-free right to use, modify, reproduce and
distribute the Sample Files (and/or any modified version) in
any way you find useful, provided that you agree that
Microsoft has no warranty obligations or liability for any
Sample Application Files which are modified.
**************************************************************************/
/* Menu Items */
#define MENU_ABOUT 1
#define MENU_EXIT 2
#define MENU_SPIN 3
#define MENU_DISPERSED8x8 4
#define MENU_DISPERSED4x4 5
#define MENU_CLUSTERED4x4 6
#define MENU_UNDITHERED 7
#define MENU_MONOCHROME 8